FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / ScriptEnumValue<T> Class
Properties Methods


In This Topic
    ScriptEnumValue<T> Class Members
    In This Topic

    The following tables list the members exposed by ScriptEnumValue<T>.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces ScriptValue<T>.IsExpression to true. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Public PropertyGets or sets a value indicating whether the current ScriptValue<T> is specified as an expression. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Public PropertyGets or sets a value of this ScriptValue<T>. Settings this value forces ScriptValue<T>.IsExpression to false. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Public PropertyGets a string representing the value of this ScriptValue<T> object. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another ScriptValue<T> to the current object. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Public MethodReturns a string that represents the current object. (Inherited from C1.WPF.FlexReport.ScriptValue<T>)
    Top
    Public Operators
    Overloaded. Converts a string to a ScriptEnumValue<T>.
    Top
    See Also